home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Games / PD / Muscarine / 19.room < prev    next >
Text File  |  1999-12-03  |  2KB  |  70 lines

  1. /* Ringplanet Landing
  2. /* Room script for GRAAL
  3. /*
  4.  
  5. /* UPDATE: scroll_frames[;normal_frames]
  6. /*
  7. UPDATE: 6;1
  8.  
  9. /* 3D: max;mid;min;adjspeed (This statement is optional)
  10. /*
  11. 3D: 87;75;64;0.3
  12.  
  13. /* SECTION: SAME|section_no
  14. /*
  15. SECTION: 2
  16.  
  17. /* BACKDROP: file
  18. /*
  19. BACKDROP: 19BG.iff
  20.  
  21. /* START_POS: startpos_no;image;x;y;L|M|R;floor_no
  22. /*
  23. START_POS: 1;//SIMG11;92;155; ;1
  24. START_POS: 2;//SIMG11;180;63; ;4
  25.  
  26. /* FLOOR: floor_no;x1;y1;x2;y2;floormaps
  27. /*
  28. FLOOR: 1;0;154;122;169;1-1/2-2/3-2/4-2
  29. FLOOR: 2;89;110;148;158;1-1/2-2/3-3/4-3
  30. FLOOR: 3;144;102;214;138;1-2/2-2/3-3/4-P1
  31. FLOOR: 4;179;62;181;64;1-P1/2-P1/3-P1/4-4
  32.  
  33. /* PATH: path_no;floor1;floor2;px1;py1;px2;py2;[{more_points}] (This statement is optional)
  34. /*
  35. PATH: 1;4;3;180;63;209;65;219;70;226;81;222;93;207;103
  36.  
  37. /* EXIT: exit_no;x1;y1;x2;y2;x;y;description (This statement is optional)
  38. /*
  39. EXIT: 1;4;82;66;142;45;161;spacecraft
  40. EXIT: 2;160;28;188;64;180;63;other side\of planet
  41.  
  42. /* CLPART: file (This statement is optional)
  43. /*
  44. CLPART: 19FG.iff
  45.  
  46. /* ROOMIMGS: number;start_bob;x1;y1;w;h;x-offset;hotspot (This statement is optional)
  47. /*
  48. ROOMIMGS: 1;1;0;0;44;54;0;75
  49.  
  50. /* STATIC: bob;image;x;y (This statement is optional)
  51. /*
  52. STATIC: 1;RIMG1;158;89
  53.  
  54. /* ANIM: bob;image;anim_ch;anim|ptrn;x;y (This statement is optional)
  55. /*
  56. /* ROOMOBJ: obj;name;room;VIS|NVIS;bob;image;x;y;cx;cy;cimage;prep;PICK|NPICK;anim_ch;verb;icon;LOW|MID|HIGH;types;w1;w2;w3 (This statement is optional)
  57. /*
  58. /* DACT: {cond|comm}
  59. /*
  60. DACT: TRACK 19.mod,0,NOFILTER;LIGHTS ON;EXIT
  61.  
  62. /* LINE: dlg;line_no;sentence1;sentence2| ;{cond} (This statement is optional)
  63. /*
  64. /* LACT: dlg;line_no;{cond|comm} (This statement is optional)
  65. /*
  66. /* ACTION: verb_no;{cond|comm} (This statement is optional)
  67. ACTION: 0;IFOBJ 1;MEXIT;GOTO 25,1
  68. ACTION: 0;IFOBJ 2;MEXIT;GOTO 20,1
  69. /* eof
  70.